NotificationServiceImpl

Created with IntelliJ IDEA. User: hyleung Date: 6/1/12 Time: 1:25 PM To change this template use File | Settings | File Templates.

Constructors

Link copied to clipboard
constructor(context: Context, stringsProvider: StringsProvider)

Functions

Link copied to clipboard
open fun buildNotification(title: String, message: String, bigText: String, iconId: Int, measureConfiguration: MeasureConfigurationInternal, action: String): Notification
Link copied to clipboard
open fun getNotificationWorkerClass(measureConfiguration: MeasureConfigurationInternal): Class<out Any>
Link copied to clipboard
Link copied to clipboard
open fun hideAllSDKNotifications(context: Context)
Link copied to clipboard
open fun notifyInApp(title: String, message: String, bigText: String, measureConfiguration: MeasureConfigurationInternal, iconName: String)
Link copied to clipboard
open fun notifyInAppWithDeleteIntent(title: String, message: String, bigText: String, measureConfiguration: MeasureConfigurationInternal, iconName: String, action: String)